home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
DefineButton2_1421
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
220 b
|
10 lines
on(press){
if(_root.spoints > 0)
{
_root.sum += 1;
_root.sum1 = "Spells: " + _root.sum;
_root.spoints -= 1;
_root.mstats = "You currently have " + _root.spoints + " stats.";
}
}